home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 17 / CU Amiga Magazine's Super CD-ROM 17 (1997)(EMAP Images)(GB)[!][issue 1997-12].iso / CDsupport / ClassAct / Examples / ARexx / rx_me_demo.rexx < prev    next >
OS/2 REXX Batch file  |  1996-03-17  |  334b  |  26 lines

  1. /* Small script for the small arexxclass demo */
  2.  
  3. options results
  4.  
  5. address AREXXDEMO
  6.  
  7. NAME
  8.  
  9. say 'Program name            : ' RESULT
  10.  
  11. VERSION
  12.  
  13. say 'Program version         : ' RESULT
  14.  
  15. AUTHOR
  16.  
  17. say 'Program author          : ' RESULT
  18.  
  19. DATE
  20.  
  21. say 'Program compilation date: ' RESULT
  22.  
  23. 'DATE SYSTEM'
  24.  
  25. say 'Current system date     : ' RESULT
  26.